projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddb636b
)
mmc: mxsmmc: Enable MMC HC support
author
Amaury Pouly
<
[email protected]
>
Thu, 1 Aug 2013 14:21:00 +0000
(16:21 +0200)
committer
Stefano Babic
<
[email protected]
>
Fri, 23 Aug 2013 13:53:21 +0000
(15:53 +0200)
Enable support for high-capacity eMMC and MMC cards. The MXS MMC
driver has no problem with those.
Signed-off-by: Marek Vasut <
[email protected]
>
Signed-off-by: Amaury Pouly <
[email protected]
>
Cc: Andy Fleming <
[email protected]
>
Cc: Fabio Estevam <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
Cc: Otavio Salvador <
[email protected]
>
Reviewed-by: Otavio Salvador <
[email protected]
>
drivers/mmc/mxsmmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/mxsmmc.c
b/drivers/mmc/mxsmmc.c
index e5a5d7532c9a918f0d08634fa09d1603b3e4eec8..245f9d0c6724a6ac865ac663effb55cfe5d5bfec 100644
(file)
--- a/
drivers/mmc/mxsmmc.c
+++ b/
drivers/mmc/mxsmmc.c
@@
-410,7
+410,8
@@
int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int))
mmc->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
mmc->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT |
- MMC_MODE_HS_52MHz | MMC_MODE_HS;
+ MMC_MODE_HS_52MHz | MMC_MODE_HS |
+ MMC_MODE_HC;
/*
* SSPCLK = 480 * 18 / 29 / 1 = 297.731 MHz